Search
ItemListView.addItems Method (Item[], String[])
See Also
 






Adds the specified items to the end of the list box.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void addItems (
    Item[] itemList,
    String[] textList
)

 Parameters

itemList

The collection of items to add.

textList

The List of texts to be displayed for the items.

 See Also